projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f45a97
)
ARM: uniphier: display model number all the time on boot up
author
Masahiro Yamada
<
[email protected]
>
Thu, 17 Dec 2015 08:47:46 +0000
(17:47 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Tue, 22 Dec 2015 15:08:54 +0000
(
00:08
+0900)
Both "Model 1" and "Model 2" are supported for ProXstream2 and
PH1-LD6b boards. It is useful to show the model number in the
boot banner.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/cpu_info.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/cpu_info.c
b/arch/arm/mach-uniphier/cpu_info.c
index acfb06d6aabd8858e14177ab1c4ef5fc8de88778..935b209fa1fe4cd7d751b32fcac992b6cded730a 100644
(file)
--- a/
arch/arm/mach-uniphier/cpu_info.c
+++ b/
arch/arm/mach-uniphier/cpu_info.c
@@
-54,8
+54,7
@@
int print_cpuinfo(void)
return -1;
}
- if (model > 1)
- printf(" model %d", model);
+ printf(" model %d", model);
printf(" (rev. %d)\n", rev);